func github.com/gotd/td/telegram/downloader.writeAtLoop

2 uses

	github.com/gotd/td/telegram/downloader (current package)
		parallel.go#L80: 	g.Go(writeAtLoop(syncio.NewWriterAt(w), toWrite))
		sink.go#L10: func writeAtLoop(w io.WriterAt, toWrite <-chan block) func(context.Context) error {